projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7962a44
)
(struct buffer): New field display_count.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 04:05:44 +0000
(
04:05
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 04:05:44 +0000
(
04:05
+0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index 21f32422599f409daee0f6ac50440b8c3b7351aa..0a3100ebcb3ad405a8066b5ed8061293a0ced947 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-436,6
+436,9
@@
struct buffer
or nil if that window no longer displays this buffer. */
Lisp_Object last_selected_window;
+ /* Incremented each time the buffer is displayed in a window. */
+ Lisp_Object display_count;
+
/* These are so we don't have to recompile everything
the next few times we add a new slot. */
Lisp_Object extra2, extra3;